home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Commodities / RunList3 / Product-Info < prev    next >
Fred Fish's Product-Info  |  1996-09-26  |  1KB  |  57 lines

  1. .name
  2. RunList3
  3. .type
  4. OS Utility
  5. .short
  6. Commodity to run programs from a list.
  7. .description
  8. RunList3, RunList3N, are small tools helping to run programs.  They
  9. are all the same, differ only by size in order to meet ones need.
  10. They are the update of RunList2.  RunList3i, RunList3Ni are the same
  11. as RunList3 and RunList3N but are specially made for
  12. Interlace-screens.
  13. .version
  14. 3
  15. .date
  16. 1995.04.25
  17. .author
  18. Heinz Reinert
  19. .requirements
  20. OS 2.0+
  21. .distribution
  22. Copyrighted but Freely Redistributable
  23. .address
  24. Orleansstr. 55
  25. D-31135 Hildesheim
  26. Germany
  27. .source
  28. C source included
  29. .docs
  30. RunList.Lesen
  31. RunList.Readme
  32. .described-by
  33. Richard Fish
  34. .submittal
  35. Submitted on disk directly by the author.
  36. .aminet-dir
  37. util/cdity
  38. .execute
  39. LAB Start
  40. set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "View Lesen" "Run Program" "Cancel"`
  41. if $choice GT "0"
  42.   if $choice EQ "1"
  43.     MetaTool RunList.Readme TEXT
  44.   else
  45.     if $choice EQ "2"
  46.       MetaTool RunList.Lesen TEXT
  47.     else
  48.       if $choice EQ "3"
  49.         assign s: s/ ADD
  50.         WBStartup/RunList3
  51.         assign s: s/ REMOVE
  52.       endif
  53.     endif
  54.   endif
  55.   skip Start BACK
  56. endif
  57.